home *** CD-ROM | disk | FTP | other *** search
- _root.Fnum = _root.Fnum + 1;
- _root.attachMovie("fish","fish" + _root.Fnum,_root.Fnum);
- if(this._parent.dir == "left")
- {
- eval("_root.fish" + _root.Fnum)._x = this._parent._x - 35;
- }
- else
- {
- eval("_root.fish" + _root.Fnum)._x = this._parent._x + 35;
- }
- eval("_root.fish" + _root.Fnum)._y = this._parent._y - 18;
-